home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / daemons / migd / migPdev.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-28  |  856 b   |  29 lines

  1. /*
  2.  * migPdev.h --
  3.  *
  4.  *    Declarations of functions and variables for the migration
  5.  *    daemon pseudo-device management.
  6.  *
  7.  * Copyright 1989 Regents of the University of California
  8.  * Permission to use, copy, modify, and distribute this
  9.  * software and its documentation for any purpose and without
  10.  * fee is hereby granted, provided that the above copyright
  11.  * notice appear in all copies.  The University of California
  12.  * makes no representations about the suitability of this
  13.  * software for any purpose.  It is provided "as is" without
  14.  * express or implied warranty.
  15.  *
  16.  * $MigPdev: /sprite/lib/forms/RCS/proto.h,v 1.4 89/10/28 15:57:26 rab Exp $ SPRITE (Berkeley)
  17.  */
  18.  
  19. #ifndef _MIGPDEV
  20. #define _MIGPDEV
  21.  
  22. extern int migPdev_Debug;
  23.  
  24. extern int MigPdev_OpenMaster();
  25. extern void MigPdev_End();
  26. extern void MigPdev_SignalClients();
  27.  
  28. #endif /* _MIGPDEV */
  29.